-- card: 32241 from stack: in.2r -- bmap block id: 0 -- flags: 0000 -- background id: 2612 -- name: InitMidi -- part contents for background part 2 ----- text ----- InitMidi -- part contents for background part 3 ----- text ----- InitMidi XCMD installs the MIDI serial interrupt handler and allocates input and output queues (8K each). Here are a few XCMDs to implement simple MIDI communication via a standard MIDI interface on the modem port. Please let me hear your thoughts. If there is interest in a full featured HyperMIDI interface with MIDI event filtering, time stamping, sequence record and playback and save to file, etc., let me know. Nigel J. Redmon CIS: 72736,753 PAN: NIGELR See also ResetMidi*, TXMidi*, and RxMidi* -- part contents for background part 10 ----- text ----- Syntax: InitMIDI Rate is 1[MHz], 2[MHz], or 5[00KHz], the clock rate of your MIDI interface (usually 1MHz). Default is 1MHz. Call this before using other commands (ResetMidi*, TXMidi*, RxMidi*). -- part contents for background part 13 ----- text ----- 27